libotutil: Drop dead prototype
authorColin Walters <walters@verbum.org>
Thu, 29 Nov 2012 20:56:17 +0000 (15:56 -0500)
committerColin Walters <walters@verbum.org>
Thu, 29 Nov 2012 20:56:17 +0000 (15:56 -0500)
Was never implemented.

src/libotutil/ot-gio-utils.h

index 32e80f15495283dade48870a042dac1c89695ddf..7505c3a281c31152fc177e5a033a55638de0b4d1 100644 (file)
@@ -53,11 +53,6 @@ gboolean ot_gfile_rename (GFile          *src,
                           GCancellable   *cancellable,
                           GError        **error);
 
-gboolean ot_gfile_hardlink (GFile          *src,
-                            GFile          *dest,
-                            GCancellable   *cancellable,
-                            GError        **error);
-
 gboolean ot_gfile_unlink (GFile          *path,
                           GCancellable   *cancellable,
                           GError        **error);